home *** CD-ROM | disk | FTP | other *** search
- ! 1d_Array_Scaled one dimensional array with count and scaling at top
- !
- !-------------------------------- Prototype of data file --------------------
- ! elements low_limit high_limit
- ! data
- ! data
- ! data
- ! data
- !-------------------------------- Example of data file -----------------------
- ! 5 .4 .8 ! 5 elements, scaled from .4 to .8
- ! 4.3 ! actual data
- ! 3.4
- ! 5.6
- ! 1.2
- ! 6.7
- !--------------------------------
-
- Define Elements Integer
- Define Low Real
- Define High Real
-
- Read Elements Low High
-
- BeginStructure
- DefArray Elements Low High
- DefDataType IEEE8
- EndArray
- EndStructure
-
- RecurseRead
-